TELCallbackClear
Clears a callback request.
pascal TELErr TELCallbackClear (TELHandle hTEL, short callbackRef);
hTEL
- A handle to the telephone structure for the user's terminal. You get the handle from either the
TELNew
orTELNewWithResult
function.callbackRef
- A value that identifies the callback request to be cleared. If you originated the callback request, set this parameter to the identifier returned by the
TELCallbackSet
function (page 4-42) in itscallbackRef
parameter. If you are clearing a callback request made by a remote party, set it to the value of themType
parameter of thetelCACallbackMsg
message that has itsvalue
parameter set totelCallbackDesired
.- function result
- A result code.
DESCRIPTION
TheTELCallbackClear
function clears a callback request, regardless of whether the request originated at the local terminal or a remote terminal. To clear a locally-generated callback request, you must have previously set up the request with theTELCallbackSet
function. To clear a remotely-generated callback request, your call appearance message handler will have previously received atelCACallbackMsg
message with thevalue
parameter set totelCallbackDesired
.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help